www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\admin_usergroup\D_edit_group.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"
Server.ScriptTimeout = 99999

%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->





<%
AJAXshowLoader()


%>



<style type="text/css">
<!--
.STYLE3 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>



<div id="divProcessing" style="width:200px;height:30px;position:absolute;display:none">
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#000000" width="100%" height="100%"><tr><td bgcolor=#0650D2><marquee align="middle" behavior="alternate" scrollamount="5" style="font-size:9pt"><font color=#FFFFFF>...正在保存远程图片...请等待...</font></marquee></td></tr></table>
</div>

<br />


<div  id="l_list" style="filter:blendTrans(duration=1);  width:774px; z-index:-1; border: 1px dashed #999999;left: 3px; top: 120px; height: 121px;width:730px">



<%

biao="[ND_userGroup]"
if find_dataw("qitashezhi123","0",14)<>"1" and qx_if_max=0 then
response.redirect "../D_suodinguser.asp"
end if



biaosp="[]"

sys_content_type=trim(request("sys_content_type"))






set rs=server.CreateObject("adodb.recordset")


  
  
rs.open "select * from "&biao&" where id="&request("id")&"",conn,1,1




%>
<script src="../../ND_editor/FCKeditor2_5/FCKeditor.js"></script>


<script type="text/javascript">
<!--
function remoteUpload(o) {
	try{
		var strText = GetContentHTML() ;
var divProcessing=document.getElementById("divProcessing");
		var objField = document.getElementsByName("content_UploadText")[0];
		objField.value = strText ;

		if (o) {
			divProcessing.style.top = 800 ;
			divProcessing.style.left = 200 ;
			divProcessing.style.display = "";
			document.remoteuploadb.submit();
		}else{
			divProcessing.style.display = "none";
		}
	}
	catch(e){}
} 

function remoteUploadok() {
	try{
	divProcessing.style.display = "none";
	}
	catch(e){}
}

function GetContentHTML(){
	var strHTML ;
	try{
		var oEditor = FCKeditorAPI.GetInstance('Content') ;
		strHTML = oEditor.GetXHTML()
	}
	catch(e){
		strHTML = '';
	}
	return strHTML
}


var sLinkOriginalFileName = "originalfilename" ;
var sLinkSaveFileName = "savefilename" ;
var sLinkSavePathFileName = "UploadFileList" ;

function addUploadFile(originalFileName, saveFileName, savePathFileName){
	doInterfaceUpload(sLinkOriginalFileName, originalFileName);
	doInterfaceUpload(sLinkSaveFileName, saveFileName);
	doInterfaceUpload(sLinkSavePathFileName, savePathFileName);
}
function doInterfaceUpload(strLinkName, strValue){
	if (strValue=="") return;
	if (strLinkName){
		var objLinkUpload = document.getElementsByName(strLinkName)[0];
		if (objLinkUpload){
			if (objLinkUpload.value!=""){
				objLinkUpload.value = objLinkUpload.value + "|";
			}
			objLinkUpload.value = objLinkUpload.value + strValue;
			objLinkUpload.fireEvent("onchange");
		}
	}
}






function doChange(objText, objDrop){
	if (!objDrop) return;
	//if(document.myform.BriefTopic.selectedIndex<2){
	//	document.myform.BriefTopic.selectedIndex+=1;
	//}
	var str = objText.value;
	var arr = str.split("|");
	var nIndex = objDrop.selectedIndex;
	objDrop.length=1;
	for (var i=0; i<arr.length; i++){
		objDrop.options[objDrop.length] = new Option(arr[i], arr[i]);
	}
	objDrop.selectedIndex = nIndex;
}

//-->
</script>




<script language= JavaScript>
function SelectPic(){
  var arr=window.open('../D_select_upload_pic.asp', '', 'titlebar=no, toolbar=no, scrollbar=yes,Width=800, Height=600');
  if(arr!=null){
    //var ss=arr.split('|');
    //document.all.myform.ImageUrl.value=ss[0];
    //document.myform.ImageFileList.value=ss[0];
  }
  
  else
  {
  
  alert("弹出窗口被系统拦截掉了,请修改你系统设置")
  }
  
}
</script>




<form action="D_chk_edit_group.asp" method="post" target="_self" name="myform" id="myform">
<table  height="30" width=730 border="0" cellpadding="2" cellspacing="0" bordercolor="#999999" style="border:#999999 1px">

<tr>

<td>

<table width=730 border="0" cellpadding="0" cellspacing="0" bordercolor="#999999">




<tr>
<td height="32" align="center" class="adminth" colspan="4"><span class="STYLE3">用户组  </span></td>
</tr>




<tr>
<td width="250" height="27" align="center" bgcolor="#ffffff"><strong>用户组名称:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input name="title" type="text" id="title" size="60" value="<%=rs("name")%>">
          <font color="red">*</font></td>


</tr>



<tr>
<td width="250" height="27" align="center" bgcolor="#ffffff"><strong>用户组等级(请输入数字,<br />
  数字越大级别越高):</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">













<input name="dj" type="hidden" id="dj" size="60" value="<%=rs("grades")%>">
<input name="dj1" type="text" id="dj1" size="60" value="<%=rs("grades")%>" disabled="disabled">
          <font color="red">*</font></td>


</tr>



<tr>
<td width="250" height="35" align="center" bgcolor="#ffffff"><strong>发布内容 是否使用验证码:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<%

ssss=split(rs("settings"),"|")
ssss1=split(ssss(0),",")
a1=ssss1(0)
a2=ssss1(1)
a3=ssss1(2)

ssss2=split(ssss(1),",")
a4=ssss2(0)
a5=ssss2(1)
a6=ssss2(2)
title2=ssss2(3)
maxa=ssss2(4)
aa1=ssss2(5)


ssss2=split(ssss(2),",")
b1=ssss2(0)
b2=ssss2(1)
b4=ssss2(2)
titleb=ssss2(3)
maxb=ssss2(4)
bb1=ssss2(5)



ssss2=split(ssss(3),",")
c1=ssss2(0)
c2=ssss2(1)
c4=ssss2(2)
titlec=ssss2(3)
maxc=ssss2(4)
cc1=ssss2(5)

ssss2=split(ssss(4),",")
d1=ssss2(0)
d2=ssss2(1)
d4=ssss2(2)
titled=ssss2(3)
maxd=ssss2(4)
dd1=ssss2(5)

ssss2=split(ssss(5),",")
u1=ssss2(0)
umaxd=ssss2(1)

ssss2=split(ssss(6),",")
dmaxd=ssss2(0)



ssss2=split(ssss(7),",")
dld=ssss2(0)
xxdld=ssss2(1)
sc=ssss2(2)
isg=ssss2(3)
isgd=ssss2(4)
isgdxx=ssss2(5)


%>

<input type="radio" name="a1"  value="0"   <%if a1="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a1"   value="1" <%if a1="1" then response.write "checked"%> > 是
		  
		  
		  </td>


</tr>


		
		
		
		
		
		
		
		
		
		
		
		

<tr>
<td width="250" height="30" align="center" bgcolor="#ffffff"><strong>用户是否可以修改密码:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a2"  value="0"    <%if a2="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a2"   value="1"  <%if a2="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>


		
		

<tr>
<td width="250" height="30" align="center" bgcolor="#ffffff"><strong>用户是否可以修改资料:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a3"  value="0"    <%if a3="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a3"   value="1"   <%if a3="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
		
		
		
	
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----权限设置----- </span></td>
</tr>	
		
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以发布文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a4"  value="0"    <%if a4="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a4"   value="1"   <%if a4="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以修改文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a5"  value="0"    <%if a5="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a5"   value="1"  <%if a5="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以删除文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a6"  value="0"    <%if a6="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a6"   value="1" <%if a6="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布文章增加的点数:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="title2" type="text" id="title2" size="60" value="<%=title2%>">
		  
		  </td>


</tr>	
		
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每天可以发布多少篇文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="maxa" type="text" id="maxa" size="60" value="<%=maxa%>">
		  
		  </td>


</tr>		
		
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布文章需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="aa1"  value="0"    <%if aa1="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="aa1"   value="1" <%if aa1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
		
		
		
		
		
		
		
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以发布软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="b1"  value="0"  <%if b1="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="b1"   value="1" <%if b1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以修改软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="b2"  value="0"    <%if b2="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="b2"   value="1"  <%if b2="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以删除软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="b4"  value="0"    <%if b4="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="b4"   value="1"  <%if b4="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布软件增加的点数:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="titleb" type="text" id="titleb" size="60" value="<%=titleb%>">
		  
		  </td>


</tr>	
		
		
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每天可以发布多少个软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="maxb" type="text" id="maxb" size="60" value="<%=maxb%>">
		  
		  </td>


</tr>		
			
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布软件需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="bb1"  value="0"    <%if bb1="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="bb1"   value="1"  <%if bb1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
			
		
		
		
		
		
		
		
		
		
		
		
			
		
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以发布音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="c1"  value="0"    <%if c1="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="c1"   value="1" <%if c1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以修改音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="c2"  value="0"    <%if c2="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="c2"   value="1"  <%if c2="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以删除音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="c4"  value="0"     <%if c4="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="c4"   value="1"   <%if c4="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布音乐,视频,图片增加的点数:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="titlec" type="text" id="titlec" size="60" value="<%=titlec%>">
		  
		  </td>


</tr>	
		
		
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每天可以发布多少个音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="maxc" type="text" id="maxc" size="60" value="<%=maxc%>">
		  
		  </td>


</tr>		
			
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布音乐,视频,图片需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="cc1"  value="0"   <%if cc1="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="cc1"   value="1"  <%if cc1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
			
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
			
		
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以发布产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="d1"  value="0"  <%if d1="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="d1"   value="1" <%if d1="1" then response.write "checked"%> > 是
		  
		  
		  </td>


</tr>	
		
			
		
		

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以修改产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="d2"  value="0"   <%if d2="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="d2"   value="1"  <%if d2="1" then response.write "checked"%> > 是
		  
		  
		  </td>


</tr>	
		
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>可以删除产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="d4"  value="0"     <%if d4="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="d4"   value="1"  <%if d4="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
		
			
		
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布产品增加的点数:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="titled" type="text" id="titled" size="60" value="<%=titled%>">
		  
		  </td>


</tr>	
		
		
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每天可以发布多少个产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="maxd" type="text" id="maxd" size="60" value="<%=maxd%>">
		  
		  </td>


</tr>		
			
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>发布产品需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="dd1"  value="0"    <%if dd1="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="dd1"   value="1"  <%if dd1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>	
			
		
		
			
			

<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>是否可以上传文件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="u1"  value="0"    <%if u1="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="u1"   value="1" <%if u1="1" then response.write "checked"%>> 是
		  
		  
		  </td>


</tr>		
		
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每天可以上传多少个文件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="umaxd" type="text" id="umaxd" size="60" value="<%=umaxd%>">
		  
		  </td>


</tr>		
		
		
		
		
		
		
		
	
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----用户下载设置----- </span></td>
</tr>	
					
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每天下载软件数--不限制请设置为0:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="dmaxd" type="text" id="dmaxd" size="60" value="<%=dmaxd%>">
		  
		  </td>


</tr>		
		
		
		
		
		
		
	
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----其他设置----- </span></td>
</tr>	
					
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>每次登陆增加的点数:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="dld" type="text" id="dld" size="60" value="<%=dld%>">
		  
		  </td>


</tr>		
		
						
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>回复留言增加的点数:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="xxdld" type="text" id="xxdld" size="60" value="<%=xxdld%>">
		  
		  </td>


</tr>		
			
		
		
						
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>购物所享受的折扣:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="sc" type="text" id="sc" size="60" value="<%=sc%>">折
		  
		  </td>


</tr>		
			
		
						
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>是否可以购物:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="isg"  value="0"     <%if isg="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="isg"   value="1" <%if isg="1" then response.write "checked"%>> 是
		  
		  </td>


</tr>		
		
			
						
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>是否可以下载软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="isgd"  value="0"   <%if isgd="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="isgd"   value="1" <%if isgd="1" then response.write "checked"%> > 是
		  
		  </td>


</tr>		
		
				
						
<tr>
<td width="250" height="30" align="left" bgcolor="#ffffff"><strong>下载软件是否直接显示下载地址(供使用工具下载):</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="isgdxx"  value="0"   <%if isgdxx="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="isgdxx"   value="1"  <%if isgdxx="1" then response.write "checked"%> > 是
		  
		  </td>


</tr>		
		
		
		
		
		
		
		
		
		
		

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

<tr>
<td height="30" align="center" bgcolor="#D5EFFD" colspan="4">
  <input type="submit" value="修改" /></td>

</tr>


<tr>
<td height="80" align="center" bgcolor="#ffffff" colspan="4"></td>

</tr>
</table>


</td>
</tr>
</table>


<input type="hidden" name="sys_content_type" value="<%=request("sys_content_type")%>"/>
<input type="hidden" name="id" value="<%=request("id")%>"/>


</form>


<form name="remoteuploadb" id="remoteuploadb" action="../D_remoteupload.asp" method="post" target="remoteupload">
<input type="hidden" name="content_UploadText" value=""/>
</form>
<iframe name="remoteupload" width="0" height="0"></iframe>

</div>





<script language=javascript>
AJAXfade(1,'l_list')





</script>
<%
AJAXcloseLoader()
%>